home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13414 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.4 KB

  1. Path: news.sprintlink.net!datalytics!usenet
  2. From: Rob Stewart <stew@datalytics.com>
  3. Newsgroups: comp.programming,comp.lang.c++
  4. Subject: Re: To all you programming companies
  5. Date: Mon, 25 Mar 1996 11:49:36 -0500
  6. Organization: Datalytics, Inc
  7. Message-ID: <3156CEA0.3CF1@datalytics.com>
  8. References: <3154ADC0.168E@az.com>
  9. NNTP-Posting-Host: 204.62.224.71
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Jake Goertz wrote:
  16. > Hi,
  17. > I was wondering, I asked a person if programming companies would
  18. > actually hire someone under the age of 18 if their skill was up to
  19. > date.
  20. > This woman who replied gave me a very long answer, was very
  21. > knoledgable, and I would like to thank her.
  22. > Now, what I want to ask you professional companies is:
  23. > Would you hire someone under the age of 18 if their skill level was
  24. > good.  Or does that look bad on the company?  I would like to know hat
  25. > you think, or get a list from a comapny exec what they look for when
  26. > they hire someone.
  27. > Thanks,
  28. > Jake
  29.  
  30. I have been on both sides of the interviewing table many times.  
  31. I can tell you what I look for.  This isn't necessarily the same 
  32. thing that others look for.
  33.  
  34. Before I begin, let me provide the legal stuff:  The comments 
  35. below are mine.  They do not necessarily reflect those of my 
  36. employer.
  37.  
  38. When I interview someone, I'm trying to assess their skills, 
  39. discipline, and mindset.  I want someone who either has the 
  40. desired skills or a demonstrable aptitude to learn them.  For 
  41. example, if I'm looking for someone to do MS Windows development 
  42. with C++ on Windows NT, I'll look seriously at someone with 
  43. years of C++ on UNIX (especially with X experience).  In this 
  44. case, good UNIX development experience maps quite readily into 
  45. good NT development.  On the other hand, Windows 3.x (and even 
  46. 95) development can be a detriment due to lack of multithreaded, 
  47. multiprocessing, multiuser exposure.
  48.  
  49. I also look for someone who tries constantly to improve and 
  50. learn.  Those that are satisfied with their current skill level 
  51. are not going to provide increasing benefit to the company, but 
  52. they'll normally expect increasing compensation.  Someone who 
  53. reads books and trade rags scores well with me.  Of course that 
  54. person must be able to remember and apply the information from 
  55. those pages.
  56.  
  57. I look for someone who demonstrates discipline.  Without it, 
  58. one's code turns into mush.  It is easy to write code that 
  59. servers the current purpose.  Discipline requires that you 
  60. consider whether it applies to other cases as well.  If so, you 
  61. must expand the functionality to provide the additional benefit 
  62. or at least document how it would be done.  Discipline means 
  63. looking for code to reuse rather than always writing your own.  
  64. It means making good use of revision control software.  It means 
  65. writing test drivers to validate your work now and in the future 
  66. after maintenance work.  Discipline also calls for perseverence, 
  67. even when things are tough.
  68.  
  69. Specifically, in considering someone as young as you, I would 
  70. question your discpline.  That's not to say you couldn't 
  71. contribute or that I would consider hiring you.  It means that I 
  72. would have to think a little harder.  On the other hand, if you 
  73. have the characteristics I described above, you could prove to 
  74. be an excellent candidate and employee.
  75.  
  76. -- 
  77. Robert Stewart        | My opinions are usually my own.
  78. Datalytics, Inc.    | stew@datalytics.com
  79.